projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf55b5a
)
* src/w32.c (_sys_read_ahead): Pacify a silly compiler warning.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 14 Aug 2021 17:38:05 +0000
(20:38 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 14 Aug 2021 17:38:05 +0000
(20:38 +0300)
src/w32.c
patch
|
blob
|
history
diff --git
a/src/w32.c
b/src/w32.c
index 180c73aa0f057ad6f21e6e3c6b763f961ef19b0b..0eb69d4b1d15d0cad3568dbfa6e3eb7300b020f5 100644
(file)
--- a/
src/w32.c
+++ b/
src/w32.c
@@
-8758,7
+8758,7
@@
int
_sys_read_ahead (int fd)
{
child_process * cp;
- int rc;
+ int rc
= 0
;
if (fd < 0 || fd >= MAXDESC)
return STATUS_READ_ERROR;